GtkActionBar: Simplify ui template
authorMatthias Clasen <mclasen@redhat.com>
Sat, 2 May 2015 21:39:56 +0000 (17:39 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 2 May 2015 21:39:56 +0000 (17:39 -0400)
gtk/ui/gtkactionbar.ui

index c2199a2d413c37122437e9cb78dfa5ffb190c315..26ee12701a9d97569d26dbad0bc0a1a310524a1b 100644 (file)
@@ -2,24 +2,18 @@
 <interface domain="gtk30">
   <!-- interface-requires gtk+ 3.10 -->
   <template class="GtkActionBar" parent="GtkBin">
-    <property name="can_focus">False</property>
     <child>
       <object class="GtkRevealer" id="revealer">
         <property name="visible">True</property>
-        <property name="can_focus">False</property>
         <child>
           <object class="GtkFrame" id="frame">
             <property name="visible">True</property>
-            <property name="can_focus">False</property>
             <style>
               <class name="action-bar"/>
             </style>
             <child>
               <object class="GtkBox" id="box">
                 <property name="visible">True</property>
-                <property name="orientation">horizontal</property>
-                <property name="can_focus">False</property>
-                <property name="border_width">0</property>
                 <property name="spacing">6</property>
               </object>
             </child>